home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 January
/
macformat46.iso
/
Shareware Plus
/
Applications
/
Charting Coach
/
Charting Coach V2.0sw
/
Charting Coach V2.DXR
/
00295.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-13
|
339 b
|
14 lines
on enterFrame
global cycleNo, userNo, beginDate, endDate
put EMPTY into field "cycle list"
repeat with i = 1 to getAt(cycleNo, userNo) - 1
readShortCycleInfo(i)
put "Cycle" && i & ": " & getDate(beginDate) && "to" && getDate(endDate) & RETURN after field "cycle list"
end repeat
cursor(0)
end
on exitFrame
pause()
end